gtkcssimagefallback: Implement equals()
authorTimm Bäder <mail@baedert.org>
Sat, 14 Oct 2017 10:00:19 +0000 (12:00 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 14 Oct 2017 15:29:48 +0000 (17:29 +0200)
commitd2f027a9d96cbcfed1aceebe11b442fdab7fd1d6
tree8a710050e457ee6812f8d7fd16b7d6d80c077523
parent00ce3abd6c5f017b95aff01a47d27da3e26c8b29
gtkcssimagefallback: Implement equals()

The default equals() implementation in gtkcssimage.c just returns FALSE.
This avoids needless redraws, e.g. for disabled switches.
gtk/gtkcssimagefallback.c